Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quant tool: Add nodes_to_exclude in get_qnn_qdq_config #23779

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jambayk
Copy link
Contributor

@jambayk jambayk commented Feb 21, 2025

Description

Expose nodes_to_exclude option in get_qnn_qdq_config. Some advanced use cases such as:

  • Keep some nodes in float precision to maintain model quality
  • Exclude all GroupQueryAttention nodes from quantization since they will run on CPU and there is no need to quantize its inputs/outputs.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can commit the suggested changes from lintrunner.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant